ServiceMarkAsJunk Method (IListItemId, Boolean) |
Marks as junk.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<MarkAsJunkResponse> MarkAsJunk(
IList<ItemId> itemIds,
bool isJunk
)
Public Function MarkAsJunk (
itemIds As IList(Of ItemId),
isJunk As Boolean
) As IList(Of MarkAsJunkResponse)
Parameters
- itemIds
- Type: System.Collections.GenericIListItemId
The item ids. - isJunk
- Type: SystemBoolean
if set to true [is junk].
Return Value
Type:
IListMarkAsJunkResponseIList{MarkAsJunkResponse}.
See Also